home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-05-24 | 865 b | 47 lines | [TEXT/MSWD] |
- ;-----------------------------------------------------------;
-
- ; MMREGS.INC ;
-
- ; (C) 1992-93 ;
-
- ; Texas Instruments Inc. ;
-
- ; By: Keith Larson ;
-
- ; TMS320Cxx DSP Applications ;
-
- ; ;
-
- ; Contains a list of commonly used values ;
-
- ;-----------------------------------------------------------;
-
- DRR .set 0
-
- DXR .set 1
-
- TIM .set 2
-
- PRD .set 3
-
- IMR .set 4
-
- GREG .set 5
-
- B2_D .set 060h
-
- B0_D .set 0200h
-
- B1_D .set 0400h
-
- B3_D .set 0600h
-
- B0_P .set 0FA00h
-
- B1_P .set 0FC00h
-
- B3_P .set 0FE00h
-
-
- ; end of mmregs.inc
-